home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
kermit.columbia.edu
/
kermit.columbia.edu.tar
/
kermit.columbia.edu
/
newsgroups
/
misc.20010921-20020314
/
000041_shifeux@hotmail.com_Tue Oct 16 10:07:29 EDT 2001.msg
< prev
next >
Wrap
Text File
|
2002-03-13
|
2KB
|
43 lines
Article: 12852 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!image.surnet.ru!news-out.spamkiller.net!propagator-la!news-in-la.newsfeeds.com!newsfeed.media.kyoto-u.ac.jp!logbridge.uoregon.edu!newsfeed.stanford.edu!sn-xit-01!sn-xit-02!supernews.com!postnews1.google.com!not-for-mail
From: shifeux@hotmail.com (Shifeux)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: scripting in server mode
Date: 16 Oct 2001 06:50:53 -0700
Organization: http://groups.google.com/
Lines: 24
Message-ID: <336f652d.0110160550.606670bc@posting.google.com>
References: <336f652d.0110151140.59de71dd@posting.google.com> <9qffam$mts$1@newsmaster.cc.columbia.edu>
NNTP-Posting-Host: 146.145.217.202
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1003240253 5363 127.0.0.1 (16 Oct 2001 13:50:53 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 16 Oct 2001 13:50:53 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:12852
Thanks for info.
> What do you mean by "session"? You can log all the server's actions
> in a transaction log. Just add:
>
> LOG TRANSACTIONS filename
>
> to the script before starting the server, specifying the desired file
> for the log.
I was calling this a session log. This works great.
> There are probably better ways to do what you want. If you want to delete
> each file from the source after, and only if, it has been successfully
> transferred, there is a /DELETE switch on the client SEND and GET commands
> for this. For tutorials on "atomic file movement", see:
I was trying minimize the work for the client side, trying to make it
as simple as possible for the client, but you are correct this will be
just fine. I appreciate the help. I see kermit 8 has support for an
ssh connection, does in by chance also support a sFTP session?
Thanks again.